MoreExam
1. Question Content...
EXPLANATION
Answer: X - EXPLANATION Content.
Question1: A developer creates an OmniScript to update billing information. After analyzing the different types of customer interactions that occur at the company, the developer determines updating billing information should be included in the majority of customer interactions, which are represented by more than 20 different FlexCards.What is the most efficient way for the developer to configure the action that invokes the OmniScript?
Question2: A developer needs to transform contact data into a JSON array.Given the input JSON shown above, what are two ways a developer could configure a DATARaptor transform to achieve the expected Output JSON? Choose 2 answers
Question3: A developer needs to create . DataRaptor to retrieve the name of an account for a contact.Following best practices, how should a developer configure the extraction steps?
Question4: When launching an OmniScript from an action on a FlexCard, the OmniScript displays, but no Salesforce data is populated:Which two errors could cause this behavior?Choose 2 answersChoose 2 answers
Question5: In a calculation procedure, what is required for the output of a calculation step to be used in an aggregation step?
Question6: A developer is creating a FlexCard and needs to display additional information using a Flyout.Which two types of components can the developer embed m the flyout?Choose 2 answer
Question7: A developer is configuring the API URL in an HTTP Action element within an Integration procedure.What is the merge code syntax for passing a Date node from an element named SetValues in the URL?
Question8: Refer to the exhibit.A developer has configured an integration Procedure element with SEND/RESPONSE TRANFORMATIONS as shown.Alternatively, how could the developer configure Additional input to send exactly the same data? Assume that the developer checked Send Only Additional input.A)B)C)
Question9: A)B)
Question10: ...... configure Additional input to send exactly the same data? Assume that the develop checked Send Only Additional input.A)B)C)D)
Question11: A developer has an existing DataRaptor Load that insert Contact records with inputs as LastName and firstName. The DataRaptor works as expected when previewed.The developer creates an integration Procedure to test the DataRaptor and is using a SetValues element in the Integration Procedure to set the first name and last name for the contact record. The DataRaptor and Integration Procedure are set up as shown in the exhibit below.When the developer executes the Integration procedure in preview, the following error message displays: Required fields are missing: [last Name]'',How should the developer address this issue?
Question12: Why would adeveloper clone an Integration Procedure instead of versioning it?
Question13: An integration Procedure uses an HTTP action to make a REST API call. The response from the REST API must be converted into a specific XML structure before sending it as an input to another external wen service.How should the developer configure the Integration Procedure to meet this requirement?
Question14: A developer is building an OmniScript and needs to save to Salesforce and to an AWS Order Management system.Which OmniScript element could save all of this data?
Question15: A developer is configuring an integration Procedure Action in an OmniScript. The Omniscript needs a JSON response from the Integration Procedure but does not need to wait for the response for the user to proceed.Which feature should the developer enable?
Question16: Refer to the exhibit below.What is the reason that the fields fail to display the fetched data?
Question17: Which two of these options can a developer use to retrieve data from a Salesforce object?Choose 2 answers
Question18: A developer configure a Flexcard with a DataRaptor data source that uses the params.id as an. When the developer clicks Views Data on the FlexCard, valid data displays. However, when the developer previews the layout, the FlexCard does not display. What could cause this error?Choose 2 answers
Question19: A developer needs to limit the of a DataRaptor Extract to a maximum of one result.How should the developer configure this?
Question20: Refer to the exhibit.A developer creates an OmniScript display FirstName, LastName, and BirthDate of a contact using a Type Ahead Block. The DataRaptor used in the Type Ahead has been tested and fetches the correct data.When previewing Omniscript, the developer enters a name in the Type Ahead and males a selection of a contact from the list. However, the text fields FirstName. LastName, and BirthDate are not getting populated with the data.What is the reason that the fields fail to display the fetched data?
Question21: A developer needs to build a multi-step intake form. Each step must allow the user to cancel the intake at any time. The developer is using an LWC OmniScript to build the form.How should the developer implement the cancel functionality for all steps using the LWC OmniScript Designer?
Question22: A developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires AccountId as a key. When the developer previews the Integration Procedure, the developer enters the AccountId correctly and execute the Preview. The developer sees the data extract by the DataRaptor in the Debug Log, but the response is empty.What is the likely cause of this issue?
Question23: Refer to the exhibit below. In this integration production structure, what Send JSON Path would be used to send the Output of the Action1 element to a Remote Action?